@Component public class SystemLogService extends Object
| Constructor and Description |
|---|
SystemLogService() |
| Modifier and Type | Method and Description |
|---|---|
String |
writeRequestMessage(SOAPMessageContext context,
String operation)
Scrive il messaggio di request
|
void |
writeResponseMessage(SOAPMessageContext context,
boolean success,
String systemLogId)
Scrive il messaggio di response
|
public String writeRequestMessage(SOAPMessageContext context, String operation) throws SOAPException, IOException
context - Il contesto di messaggio SOAPoperation - L'operazione da scrivere su dbIOException - Se si verifica un errore di input/output durante la manipolazione del messaggio.SOAPException - Se si verifica un errore nel contesto SOAP.public void writeResponseMessage(SOAPMessageContext context, boolean success, String systemLogId) throws IOException, SOAPException
context - Il contesto di messaggio SOAPsuccess - Un parametro che indica se l'operazione è andata a buon fine oppure nosystemLogId - l'ID del systemlog da aggiornareIOException - Se si verifica un errore di input/output durante la manipolazione del messaggio.SOAPException - Se si verifica un errore nel contesto SOAP.Copyright © 2024. All rights reserved.